From 41cdf06b34975cbb1b2b1fb848002465803ce280 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon, 29 Nov 2021 07:29:41 -0700 Subject: [PATCH] move Qt 5.12 CI builds to 5.12.12 (#774) --- .github/workflows/macos.yml | 2 +- .github/workflows/windows.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index aeeb0ff04..b99f839fa 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,7 @@ jobs: name: macos release Build runs-on: macos-latest env: - QT_VERSION: '5.12.11' + QT_VERSION: '5.12.12' steps: - name: Checkout repository diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 69fa12433..e9b905e9d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -18,28 +18,28 @@ jobs: fail-fast: false matrix: include: - - QT_VERSION: '5.12.11' + - QT_VERSION: '5.12.12' ARCH: 'amd64' HOST_ARCH: 'x86' COMPILER: 'msvc2017_64' METHOD: 'aqt' FLOW: 'nmake' RELEASE: true - - QT_VERSION: '5.12.11' + - QT_VERSION: '5.12.12' ARCH: 'amd64' HOST_ARCH: 'x86' COMPILER: 'msvc2017_64' METHOD: 'aqt' FLOW: 'msbuild' RELEASE: false - - QT_VERSION: '5.12.11' + - QT_VERSION: '5.12.12' ARCH: 'amd64' HOST_ARCH: 'x86' COMPILER: 'msvc2017_64' METHOD: 'aqt' FLOW: 'cmake' RELEASE: false - - QT_VERSION: '5.12.11' + - QT_VERSION: '5.12.12' ARCH: 'amd64' HOST_ARCH: 'x86' COMPILER: 'msvc2017_64' @@ -47,7 +47,7 @@ jobs: METHOD: 'aqt' FLOW: 'nmake' RELEASE: false - - QT_VERSION: '5.12.11' + - QT_VERSION: '5.12.12' ARCH: 'x86' HOST_ARCH: 'x86' COMPILER: 'msvc2017' -- 2.30.2